home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / girl_makeover_9.swf / scripts / DefineSprite_117 / frame_6 / PlaceObject2_116_1 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2011-01-13  |  162b  |  8 lines

  1. onClipEvent(load){
  2.    this.gotoAndStop(this._parent.color_v);
  3.    this.onEnterFrame = function()
  4.    {
  5.       this.gotoAndStop(this._parent.color_v);
  6.    };
  7. }
  8.